5d9002b58eed1b4e7659c8887dcc6dacd21cdb30,modules/portal/portal-ldap/src/main/java/com/liferay/portal/ldap/internal/verify/LDAPPropertiesVerifyProcess.java,LDAPPropertiesVerifyProcess,verifyLDAPServerConfiguration,#number#number#String#,342
Before Change
StringPool.NEW_LINE));
dictionary.put(
LDAPConstants.CONTACT_MAPPINGS,
_prefsProps.getStringArray(
companyId, LegacyLDAPPropsKeys.LDAP_CONTACT_MAPPINGS + postfix,
StringPool.NEW_LINE));
dictionary.put(
LDAPConstants.GROUP_DEFAULT_OBJECT_CLASSES,
_prefsProps.getStringArray(
After Change
StringPool.NEW_LINE)));
dictionary.put(
LDAPConstants.CONTACT_MAPPINGS,
convert(
_prefsProps.getStringArray(
companyId,
LegacyLDAPPropsKeys.LDAP_CONTACT_MAPPINGS + postfix,
StringPool.NEW_LINE)));
dictionary.put(
LDAPConstants.GROUP_DEFAULT_OBJECT_CLASSES,
convert(